home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / VGX / morph / Makefile < prev    next >
Makefile  |  1994-08-01  |  220b  |  20 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. #
  6. # Makefile for morph demo
  7. #
  8.  
  9. TARGETS    = morph
  10.  
  11. LLDLIBS = -limage -lgl -lm
  12. PROTOTYPES=
  13.  
  14. default all: $(TARGETS)
  15.  
  16. install:
  17.     $(MAKE) $(TARGETS)
  18.  
  19. include $(COMMONRULES)
  20.